home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 December
/
PCWDEC06.iso
/
Software
/
Trial
/
Paint Shop Pro XI
/
Data1.cab
/
pkgindex.tcl1.0160FC08_F3D9_4869_9D41_C611C16F42D5
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-06-08
|
391 b
|
10 lines
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {[info exists ::tcl_platform(debug)]} {
package ifneeded registry 1.1.3 \
[list load [file join $dir tclreg11g.dll] registry]
} else {
package ifneeded registry 1.1.3 \
[list load [file join $dir tclreg11.dll] registry]
}